| Visual Basic (Declaration) | |
|---|---|
Public Overloads Overrides Function CreateEncryptor( _ ByVal keybytes() As Byte, _ ByVal iv() As Byte _ ) As ICryptoTransform | |
| C# | |
|---|---|
public override ICryptoTransform CreateEncryptor( byte[] keybytes, byte[] iv ) | |
Parameters
- keybytes
- iv
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
ModifiedRijndael ClassModifiedRijndael Members
Overload List
Base Implementation in CreateEncryptor(Byte[],Byte[])